home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / XPK / Developer / Include / Old-C / libraries / xpksub.h < prev   
Encoding:
C/C++ Source or Header  |  1997-02-15  |  483 b   |  32 lines

  1. #ifndef LIBRARIES_XPKSUB_H
  2. #define LIBRARIES_XPKSUB_H
  3.  
  4. /*
  5. **    $VER: libraries/xpksub.h 3.10 (19.11.96)
  6. **
  7. **    DO NOT use this in new code, it's here
  8. **    for compatibility only.
  9. */
  10.  
  11. #ifndef XPK_XPKOBSOLETE_H
  12. #include <xpk/xpkobsolete.h>
  13. #endif
  14.  
  15. #ifndef XPK_XPK_H
  16. #include <xpk/xpk.h>
  17. #endif
  18.  
  19. #ifndef XPK_XPKSUB_H
  20. #include <xpk/xpksub.h>
  21. #endif
  22.  
  23. #ifndef _PROTO_XPK_H
  24. #include <proto/xpk.h>
  25. #endif
  26.  
  27. #ifndef _PROTO_XPKSUB_H
  28. #include <proto/xpksub.h>
  29. #endif
  30.  
  31. #endif /* LIBRARIES_XPKSUB_H */
  32.